projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c71d37d
)
(point): Obsolete macro deleted in favor of PT.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 14 Jun 1997 04:53:00 +0000
(
04:53
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 14 Jun 1997 04:53:00 +0000
(
04:53
+0000)
src/buffer.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index 3352b235b30b0f161f48b40888e545874918e529..4f96dd08834cc2c4712193f17cecdd8a7d70361d 100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-491,10
+491,6
@@
extern struct buffer buffer_local_symbols;
always be safely stored in any slot. */
extern struct buffer buffer_local_types;
\f
-/* Point in the current buffer. This is an obsolete alias
- and should be eliminated. */
-#define point (current_buffer->pt + 0)
-
/* Return the address of position N. No range checking. */
#define POS_ADDR(n) (((n)>= GPT ? GAP_SIZE : 0) + (n) + BEG_ADDR - 1)